Welcome![Sign In][Sign Up]
Location:
Search - pascal to c

Search list

[ELanguagePMDKT110.ZIP

Description: Borland Pascal Debug Kit 1.10b by NederWare provides the programmer with ■ Allocation and deallocation tracking ■ A report of not deallocated memory after your program s termination ■ A full stack dump (procedure names and parameters) if a run-time error occurs ■ C-like assertions to `fortify subsystems You never want to be without it!-Borland Pascal Debug Kit 1.10b by NederWare provides the programmer with ■ Allocation and deallocation tracking ■ A report of not deallocated memory after your program s termination ■ A full stack dump (procedure names and parameters) if a run-time error occurs ■ C-like assertions to `fortify subsystems You never want to be without it!
Platform: | Size: 201728 | Author: lkjeqkejlkjq | Hits:

[OtherVerilog

Description: 程序员利用一种由专家设计的既可以被人理解,也可以被计算机解释的语言来表示算法问 题的求解过程。这种语言就是编程语言。由它所表达的算法问题的求解过程就是程序。我 们已经熟悉通过编写程序来解决计算问题, C、Pascal、Fortran、Basic 或汇编语言语言 是几种常用的编程语言。如果我们只研究算法,只在通用的计算机上运行程序或利用通用 的CPU 来设计专用的微处理器嵌入系统,掌握上述语言就足够了。如果还需要设计和制造 能进行快速计算的硬线逻辑专用电路,我们必须学习数字电路的基本知识和硬件描述语言。 因为现代复杂数字逻辑系统的设计都是借助于EDA 工具完成的,无论电路系统的仿真和综 合都需要掌握硬件描述语言。在本书中我们将要比较详细地介绍Verilog 硬件描述语言。-Programmers to take advantage of a design by the experts can either be understood algorithmic problem solving process can also be explained by the computer language to represent. This language is a programming language. By it expressed algorithmic problem solving process is the program. We are already familiar with to solve computational problems by writing programs in C, Pascal, Fortran, Basic or assembly language language several common programming languages. If we only study the algorithm, running on a general purpose computer program to design a dedicated microprocessor embedded systems or the use of general-purpose CPU master the above language is sufficient. If you need to design and manufacturing for quick calculation of the hard-wired logic circuit, we must learn the basic knowledge of digital circuit hardware description language. Because the design of the modern complex digital logic systems are accomplished by means of EDA tools, regardless of the circuit system simulation a
Platform: | Size: 1346560 | Author: exia_dl | Hits:

[Other Riddle gameszi-ji-dong-shou-bian-you-xi

Description: 《自己动手编游戏》是一本入门书籍,侧重实例讲解,有多个趣味游戏的完整源码,基于VB,C,pascal的都有,爱好编程的朋友们可以自己动手边游戏了。-" Do-it-yourself game series" is an introductory books, focusing on examples to explain the complete source code of the more fun games have VB, C, pascal, programming-loving friends can do-it-yourself side of the game.
Platform: | Size: 2489344 | Author: 狮心王 | Hits:

[Windows DevelopStrangle

Description: 杨辉三角,显示在DOS界面,有利于C的初学者进行编程。-Pascal' s Triangle, conducive to beginners C programming in DOS interface.
Platform: | Size: 8192 | Author: 张浩 | Hits:

[Algorithmachvectors

Description: Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s simple types including all integer and real types, booleans, pointers and strings. These vectors resemble TList class type from Delphi VCL but in addition to the common operations like insert and delete they offer a wide range of operations depending on the type of the vector elements- sorting, searching, arithmetic vector operations for number-type vectors, logical operations for boolean vectors and so on. The library also implements a range of derivative and additional classes- sparse vectors, matrixes, queues, stacks, dictionaries, streams.
Platform: | Size: 348160 | Author: sun2grit | Hits:

[Delphi VCLSQL.Server.Data.Access.Components(SDAC).v3.00.2.9

Description: SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) for both 32-bit and 64-bit Windows platforms. SDAC-based applications connect to SQL Server directly through OLE DB, which is a native SQL Server interface. SDAC is designed to help programmers develop faster and cleaner SQL Server database applications.
Platform: | Size: 896000 | Author: fm | Hits:

[ELanguagesyntax

Description: 基于对类Pascal语言的词法分析的基础上,用C实现的对词法分析程序所提供的单词序列进行语法分析和检查,对不符合语法规则的进行报错。-Class Pascal language lexical analysis based on word sequence of lexical analysis procedures implemented in C syntax analysis and inspection, do not conform to the rules of grammar error.
Platform: | Size: 476160 | Author: 马倩 | Hits:

[ELanguageword

Description: 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program in the form of a document.
Platform: | Size: 2048 | Author: 马倩 | Hits:

[Other1

Description: 编译原理 词法分析 [实验项目] 完成以下正则文法所描述的C和Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱; ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→< <等于>→= <大于>→> <冒号> →: <斜竖> →/ 该语言的保留字 :begin end if then else for do while and o r not -Compiler theory lexical analysis [pilot project following the completion of regular grammars as described in C and Pascal language subset word symbols of lexical analysis procedures. < Identifier> → letters ︱ < identifier> letter ︱ < identifier> Digital < unsigned integer> → digital ︱ < unsigned integer> Digital < single character boundaries operator> → the PPLS ︱- |* | | (|) < two-character delimiter> → < greater than> = ︱ < less than> = ︱ < less than> ︱ < colon> = ︱ < oblique vertical> * < less than> → < < equal to> -> = < greater than> →> < colon> →: → < inclined Vertical> /language reserved words: begin end if then else for do while and or not
Platform: | Size: 7168 | Author: | Hits:

[OtherYangHui_Triangels

Description: 杨辉三角C语言版本,希望能够帮到你这是一个比较简单也是比较常用的算法,希望能够帮到你-Pascal' s Triangle C language version, hoping to help you this is a relatively simple algorithm is relatively common, hoping to help you
Platform: | Size: 164864 | Author: 陆慧博 | Hits:

[DocumentsCyyzz

Description: 大家都认为,c语言之所以强大,以及其自由性,很大部分体现在其灵活的指针运用上。因此,说指针是c语言的灵魂,一点都不为过。同时,这种说法也让很多人产生误解,似乎只有C语言的指针才能算指针。basic不支持指针,在此不论。其实,pascal语言本身也是支持指针的。从最初的pascal发展至今的object pascal,可以说在指针运用上,丝毫不会逊色于c语言的指针。-Everyone thinks, c language were strong, as well as its freedom, it is reflected in its most flexible use of the pointer. Therefore, said pointer is c language of the soul, can not be overemphasized. At the same time, this argument also let a lot of people misunderstand, it seems that only the C language can be considered a pointer to pointer. basic does not support pointers in this matter. In fact, pascal language itself is also supported by the pointer. Pascal far from the initial development of the object pascal, can be said that the use of the pointer, and in no way inferior to the c language pointer.
Platform: | Size: 70656 | Author: 余家泽 | Hits:

[Data structsPascals-triangle-based-on-List

Description: 基于VC6.0环境下的C++编程,用循环链式队列的数据结构,实现杨辉三角的计算-Based on VC6.0 environment C++ programming with cycle chain queue data structure, to achieve the calculation of Pascal' s Triangle
Platform: | Size: 6144 | Author: 龙影 | Hits:

[CSharpyanghuisanjiao

Description: 按输入数据输出对应行数的杨辉三角,C#语言-Press to enter the number of rows of data output corresponds to Pascal' s Triangle
Platform: | Size: 1024 | Author: MC | Hits:

[2D Graphicimaginglib0264

Description: Imaging is native Object Pascal image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries. Main development language is Object Pascal (Delphi and Free Pascal compilers are supported) and there are interfaces to the library (compiled into dll/so) for other languages like C/C++ and Delphi.NET. Currently supported operating systems are Windows, Linux, FreeBSD (and some other Unixes), and Mac OS X (on Intel). Supported CPU architectures are x86 and AMD64. Currently supported image file formats are: (loading and saving) BMP, JPEG, PNG/APNG, GIF, TGA, DDS, MNG, JNG, JPEG2000, PSD, TIFF, PGM, PPM, PAM, PFM, XPM, (loading only) PCX, and PBM. Many internal image data formats are supported: 8/16/24/32/48/64 bit RGB and ARGB formats, indexed formats, grayscale formats, half/single precision floating point formats, and compressed formats DXT1/3/5, 3Dc, and BTC.
Platform: | Size: 13658112 | Author: 刘炳元 | Hits:

[Delphi/CppBuilderDelphi-yxbcdx

Description: Delphi是第四代编程语言,是RAD(Rapid Application Development,快速应用程序开发)工具的代表。它采用面向对象的Pascal语言,利用组件化的编程思想,使得基于Windows的编程工作变得轻而易举。 与其他流行的编程语言相比,C++语言功能强大但是难于掌握,Basic语言简单易学但是功能有限,而Delphi既具有VisualBasic的简单易用,又具有Visual C++的强大功能,是广大编程人员的理想选择。-Delphi is a fourth-generation programming language, is representative of RAD (Rapid Application Development, Rapid Application Development) tools. It uses object-oriented Pascal language, the use of component-based programming ideas, making Windows-based programming a breeze. Compared with other popular programming languages​ ​ , C++ language and powerful but difficult to master, Basic language is easy to learn but with limited functionality, while Delphi is both simple to use VisualBasic, but also has Visual C++ is powerful, and is an ideal choice for the majority of programmers .
Platform: | Size: 2020352 | Author: Htianpei | Hits:

[OS programPascal_compiler_c

Description: 实现了一个基于类Pascal文法的编译系统,用C语言实现-The realization of a compiler based system Pascal grammar, using C language to achieve
Platform: | Size: 326656 | Author: lidra | Hits:

[ELanguageenc28j60

Description: *** *** *** *** *** *** *** ** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on the enc28j60.c file the AVRlib library by Pascal Stang. * For AVRlib See http://www.procyonengineering.com/ * Used with explicit permission of Pascal Stang. * * Title: Microchip ENC28J60 Ethernet Interface Driver * Chip type : ATMEGA88 with ENC28J60 ******************************************** - ******************************************** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on the enc28j60.c file the AVRlib library by Pascal Stang. * For AVRlib See http://www.procyonengineering.com/ * Used with explicit permission of Pascal Stang. * * Title: Microchip ENC28J60 Ethernet Interface Driver * Chip type : ATMEGA88 with ENC28J60 ********************************************
Platform: | Size: 4096 | Author: vk | Hits:

[WEB Codeapidoc

Description: RESTful API 文档生成工具,它从代码注释中提取特定格式的内容,生成文档。 目前支持支持以下语言:C#、C/C++、D、Go、Groovy、Java、Javascript、Pascal/Delphi、Perl、 PHP、Python、Ruby、Rust、Scala 和 Swift。-API RESTful document generation tool, it is extracted the code comments in the specific format of the content, to generate the document.C#、C/C++、D、Go、Groovy、Java、Javascript、Pascal/Delphi、Perl、 PHP、Python、Ruby、Rust、Scala 和 Swift。
Platform: | Size: 116736 | Author: zx215 | Hits:

[VC/MFCCJBGZCK

Description: 这是书上的代码,C语言与Pascal语言混合编程技术,供大家学习-This is the book code, C language and Pascal language mixed programming technology for everyone to learn
Platform: | Size: 4096 | Author: xiaxia0 | Hits:

[Software EngineeringVHDL-Cookbook

Description: VHDL-Cookbook是一本讲解VHDL的书籍-The VHDL Cookbook First Edition The purpose of this booklet is to give you a quick introduction to VHDL. This is done by informally describing the facilities provided by the language, and using examples to illustrate them. This booklet does not fully describe every aspect of the language. For such fine details, you should consult the IEEE Standard VHDL Language Reference Manual. However, be warned: the standard is like a legal document, and is very difficult to read unless you are already familiar with the language. This booklet does cover enough of the language for substantial model writing. It assumes you know how to write computer programs using a conventional programming language such as Pascal, C or Ada.
Platform: | Size: 239616 | Author: 莫焱 | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net